MAKE DIRECTORY

This command will create an empty directory.

  Syntax
MAKE DIRECTORY Directory Name
  Parameters
Directory Name
String
This value is a string value encased in speech marks.

  Returns

This command does not return a value.

  Description

The directory name must not exist or the command will fail.

  Example Code
cls
dir
make directory "spongbobroundpants"
dir
do
loop
end
  See also

FILE Commands Menu
Index